Package com.netscape.certsrv.user
Class UserData
java.lang.Object
com.netscape.certsrv.user.UserData
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttribute(String name) getEmail()getID()getPhone()getState()getType()inthashCode()voidsetAttribute(String name, String value) voidsetAttributes(Map<String, String> attributes) voidvoidsetFullName(String fullName) voidvoidsetPassword(String password) voidvoidvoidvoidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
UserData
public UserData()
-
-
Method Details
-
getAttributes
-
setAttributes
-
getAttribute
-
setAttribute
-
getID
-
setID
-
getUserID
-
setUserID
-
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
getPhone
-
setPhone
-
getType
-
setType
-
getState
-
setState
-
hashCode
public int hashCode() -
equals
-
toString
-